(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <proto/exec.h>
void RawPutChar()
SYNOPSIS
UBYTE chr

LOCATION
In SysBase at offset 86
FUNCTION
Emits a single character.

INPUTS
chr
The character to emit
RESULT
None.

NOTES
This function is for very low level debugging only.

EXAMPLE
BUGS
SEE ALSO
RawIOInit(), RawPutChar(), RawMayGetChar()
INTERNALS
HISTORY
05.08.1997 iaint
Kernel Changes - These are mostly functions which are normally implemented by the kernel, but might not be.
11.02.1997 digulla
Is now in config/*
01.01.1997 ldp
Committed Amiga native (support) code

Changed clib to proto

10.12.1996 aros
Moved all #include's in the first column so makedepend can see it.
24.10.1996 aros
Use the official AROS macros over the __AROS versions.
10.10.1996 digulla
New function: RawPutChar()